home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / cpcug.zip / FDATE.DOC < prev    next >
Text File  |  1987-04-20  |  2KB  |  43 lines

  1.           FDATE (File Date/Time Stamp)
  2.           Command
  3.  
  4.           _____________________________________________________
  5.  
  6.           Purpose:  Allows setting the date and timestamps for
  7.                     a disk file.
  8.  
  9.           Format:   FDATE <filename> <date> <time>
  10.  
  11.           Remarks:  <date> and <time> are optional and can
  12.                     appear in any order.
  13.  
  14.                     Date can be mm/dd/yy or mm-dd-yy.
  15.                     Time is hh:mm:ss.
  16.  
  17.                     If either the date or time or both are
  18.                     specified, the respective date and time
  19.                     information in the directory entry for the
  20.                     file is set appropriately.  If only one is
  21.                     specified, the other is left with its
  22.                     original value.  If neither the date nor time
  23.                     is specified on the command line, then the
  24.                     file's date and time stamps are set from the
  25.                     current date and time in the DOS clock.
  26.  
  27.                     The filename can include normal DOS 2.0 drive
  28.                     and path specifications.
  29.  
  30.                     Notes:
  31.  
  32.                     1.  Although most cases of illegal date and
  33.                         time formats will be detected, it was not
  34.                         deemed worth the effort or memory to try
  35.                         and detect all possible patholotical
  36.                         cases, so trying to fool it will not lead
  37.                         to happy directory entries.
  38.  
  39.                     2.  The time recorded by DOS in the directory
  40.                         entry is kept in two second intervals, so
  41.                         the second specified is truncated to an
  42.                         even value.
  43.